database/sql.Rows.setrawbuf (method)

4 uses

	database/sql (current package)
		convert.go#L251: 			*d = rows.setrawbuf(append(rows.rawbuf(), s...))
		convert.go#L299: 			*d = rows.setrawbuf(s.AppendFormat(rows.rawbuf(), time.RFC3339Nano))
		convert.go#L381: 			*d = rows.setrawbuf(b)
		sql.go#L3168: func (rs *Rows) setrawbuf(b []byte) RawBytes {